else
layoutChildrenGrid(baseX, baseY, result, 1);
if (result != null) {
result.width /= getScale();
result.height /= getScale();
//if (DEBUG.BOXES)
//child_box.setRect(baseX, baseY, result.width, result.height);
}
if (!sizeOnly) {
baseX = getX() + childOffsetX() * getScale();
baseY = getY() + childOffsetY() * getScale();
}
//childBaseX = baseX;